home *** CD-ROM | disk | FTP | other *** search
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
-
- activeBreadboard. setAnimatePoint ( 130 , 200 )
- activeBreadboard. stampAndMove ( "SangersFull" , "unsupervisedSynapse" )
- unsupervisedSynapse. setStepSize ( 0.100000 )
- inputAxon. connectTo ( "unsupervisedSynapse" )
- activeBreadboard. setAnimatePoint ( 210 , 200 )
- activeBreadboard. stampAndMove ( "Axon" , "outputAxon" )
- outputAxon. setRows ( 2 )
- unsupervisedSynapse. connectTo ( "outputAxon" )
-
- activeBreadboard. stampOnAndMove ( "DataStorageTransmitter" , "unsupervisedSynapse" )
- dataStorageTransmitter. setActiveAccessPoint ( "Weights" )
- dataStorageTransmitter. toggleConnection ( "dataStorage" , "attachToBuffer" )
-
- activeInputProbe. setBroadcast ( TRUE )
- activeInputProbe. setDotSize ( 4 )
- activeInputProbe. setBroadcast ( FALSE )
- activeInputProbe. setActiveChannel ( 1 )
- activeInputProbe. setDotSize ( 1 )
-
- activeBreadboard. select ( NULL , FALSE )
-
- controlButton. setText ("Run")
- ControlMacroPath = macro. pathFromNS ( "Macros\reset&RunNetwork.nsm" )
- controlButton. setMacroPath ( ControlMacroPath )
-
- NextMacroPath = macro. pathFromMacro ( "Annealing the learning rate.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
-